term
A Rust library for terminfo parsing and terminal colors.
Usage
Add this to your Cargo.toml
:
[]
= "*"
and this to your crate root:
extern crate term;
A Rust library for terminfo parsing and terminal colors.
Add this to your Cargo.toml
:
[dependencies]
term = "*"
and this to your crate root:
extern crate term;